func os.openDir

2 uses

	os (current package)
		dir.go#L119: 	f, err := openDir(name)
		file.go#L397: func openDir(name string) (*File, error) {